-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resource/aws_appsync_graphql_api: Add lambda_authorizer_config
argument
#20857
resource/aws_appsync_graphql_api: Add lambda_authorizer_config
argument
#20857
Conversation
…o ProviderFactories
…ment (hashicorp#20644) Issue: hashicorp#20644 API docs: https://docs.aws.amazon.com/appsync/latest/APIReference/API_LambdaAuthorizerConfig.html Output from acceptance testing: ``` make testacc TESTARGS='-run=TestAccAWSAppsyncGraphqlApi_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppsyncGraphqlApi_ -timeout 180m --- PASS: TestAccAWSAppsyncGraphqlApi_basic (147.72s) --- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_AWSIAM (148.24s) --- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_APIKey (149.20s) --- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_OpenIDConnect (149.32s) --- PASS: TestAccAWSAppsyncGraphqlApi_LogConfig (153.51s) --- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_CognitoUserPools (173.33s) --- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_AwsLambda (196.04s) --- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_Multiple (204.38s) --- PASS: TestAccAWSAppsyncGraphqlApi_XrayEnabled (214.18s) --- PASS: TestAccAWSAppsyncGraphqlApi_Name (215.34s) --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_AwsLambda (221.80s) --- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_AuthTTL (235.05s) --- PASS: TestAccAWSAppsyncGraphqlApi_Tags (236.82s) --- PASS: TestAccAWSAppsyncGraphqlApi_UserPoolConfig_AwsRegion (242.45s) --- PASS: TestAccAWSAppsyncGraphqlApi_LogConfig_ExcludeVerboseContent (250.77s) --- PASS: TestAccAWSAppsyncGraphqlApi_UserPoolConfig_DefaultAction (250.94s) --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_APIKey (116.05s) --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_OpenIDConnect (115.22s) --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_AmazonCognitoUserPools (125.39s) --- PASS: TestAccAWSAppsyncGraphqlApi_disappears (65.90s) --- PASS: TestAccAWSAppsyncGraphqlApi_LambdaAuthorizerConfig_IdentityValidationExpression (281.96s) --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_AWSIAM (88.56s) --- PASS: TestAccAWSAppsyncGraphqlApi_LambdaAuthorizerConfig_AuthorizerUri (294.85s) --- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_IatTTL (158.58s) --- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_Issuer (154.12s) --- PASS: TestAccAWSAppsyncGraphqlApi_LogConfig_FieldLogLevel (312.61s) --- PASS: TestAccAWSAppsyncGraphqlApi_Schema (143.80s) --- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType (126.84s) --- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_ClientID (113.13s) --- PASS: TestAccAWSAppsyncGraphqlApi_LambdaAuthorizerConfig_AuthorizerResultTtlInSeconds (356.98s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 359.589s ```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome @Pharb 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
There might be one (for now I wouldn't add this to this PR, as I'm not familiar with the dependency update process and don't want to provoke merge conflicts - I would prefer to rebase master once the linting rules got updated). |
nice work @Pharb ! <3 @justinretzolk is there any ETA on this pull request? |
Hey @grgizem 👋 Thank you for your interest in this PR! Unfortunately, I'm not able to provide an exact timeline for review/merge, however, if you've not already, please do make sure to leave a ":thumbsup:" reaction to the initial PR as it helps the team to prioritize work based on community feedback! |
Pull request #21306 has significantly refactored the AWS Provider codebase. As a result, most PRs opened prior to the refactor now have merge conflicts that must be resolved before proceeding. Specifically, PR #21306 relocated the code for all AWS resources and data sources from a single We recognize that many pull requests have been open for some time without yet being addressed by our maintainers. Therefore, we want to make it clear that resolving these conflicts in no way affects the prioritization of a particular pull request. Once a pull request has been prioritized for review, the necessary changes will be made by a maintainer -- either directly or in collaboration with the pull request author. For a more complete description of this refactor, including examples of how old filepaths and function names correspond to their new counterparts: please refer to issue #20000. For a quick guide on how to amend your pull request to resolve the merge conflicts resulting from this refactor and bring it in line with our new code patterns: please refer to our Service Package Refactor Pull Request Guide. |
@Pharb - do you need help with resolving conflicts? |
@filipjakubowski Thanks for your support, but as far as I understood the instructions I would just wait until a maintainer picks this PR up next:
|
Can you please check the conflicts? I would love to use this feature :) |
…viders to ProviderFactories" This reverts commit 1f981fc.
…to f-aws_appsync_graphql_api-lambda_authorizer-20211123 v3.65.0
…to f-aws_appsync_graphql_api-lambda_authorizer-20211123 v3.66.0
LGTM 🚀 |
LGTM 🚀 Thanks @Pharb for the contribution 🙌 Verified Acceptance Tests in Commerical (us-west-2) make testacc TESTARGS='-run=TestAccAppSync_serial' PKG_NAME=internal/service/appsync
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/appsync/... -v -count 1 -parallel 20 -run=TestAccAppSync_serial -timeout 180m
=== RUN TestAccAppSync_serial
=== RUN TestAccAppSync_serial/APIKey
=== RUN TestAccAppSync_serial/APIKey/basic
=== RUN TestAccAppSync_serial/APIKey/description
=== RUN TestAccAppSync_serial/APIKey/expires
=== RUN TestAccAppSync_serial/DataSource
=== RUN TestAccAppSync_serial/DataSource/type
=== RUN TestAccAppSync_serial/DataSource/Type_dynamoDB
=== RUN TestAccAppSync_serial/DataSource/Type_http
=== RUN TestAccAppSync_serial/DataSource/Type_none
=== RUN TestAccAppSync_serial/DataSource/DynamoDB_region
=== RUN TestAccAppSync_serial/DataSource/HTTP_endpoint
=== RUN TestAccAppSync_serial/DataSource/DynamoDB_useCallerCredentials
=== RUN TestAccAppSync_serial/DataSource/Type_lambda
=== RUN TestAccAppSync_serial/DataSource/basic
=== RUN TestAccAppSync_serial/DataSource/description
=== RUN TestAccAppSync_serial/GraphQLAPI
=== RUN TestAccAppSync_serial/GraphQLAPI/name
=== RUN TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_openIDConnect
=== RUN TestAccAppSync_serial/GraphQLAPI/UserPool_defaultAction
=== RUN TestAccAppSync_serial/GraphQLAPI/AuthenticationType_apiKey
=== RUN TestAccAppSync_serial/GraphQLAPI/AuthenticationType_openIDConnect
=== RUN TestAccAppSync_serial/GraphQLAPI/Log_excludeVerboseContent
=== RUN TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_cognitoUserPools
=== RUN TestAccAppSync_serial/GraphQLAPI/basic
=== RUN TestAccAppSync_serial/GraphQLAPI/disappears
=== RUN TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
=== PAUSE TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
=== RUN TestAccAppSync_serial/GraphQLAPI/AuthenticationType_amazonCognitoUserPools
=== RUN TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_apiKey
=== RUN TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_issuer
=== RUN TestAccAppSync_serial/GraphQLAPI/UserPool_awsRegion
=== RUN TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsIAM
=== RUN TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
=== PAUSE TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
=== RUN TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_authTTL
=== RUN TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_multiple
=== RUN TestAccAppSync_serial/GraphQLAPI/xrayEnabled
=== RUN TestAccAppSync_serial/GraphQLAPI/authenticationType
=== RUN TestAccAppSync_serial/GraphQLAPI/tags
=== RUN TestAccAppSync_serial/GraphQLAPI/log
=== RUN TestAccAppSync_serial/GraphQLAPI/Log_fieldLogLevel
=== RUN TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
=== PAUSE TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
=== RUN TestAccAppSync_serial/GraphQLAPI/schema
=== RUN TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsIAM
=== RUN TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
=== PAUSE TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
=== RUN TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
=== PAUSE TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
=== RUN TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_clientID
=== RUN TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_iatTTL
=== CONT TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
=== CONT TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
=== CONT TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
=== CONT TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
=== CONT TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
=== RUN TestAccAppSync_serial/Function
=== RUN TestAccAppSync_serial/Function/basic
=== RUN TestAccAppSync_serial/Function/disappears
=== RUN TestAccAppSync_serial/Function/description
=== RUN TestAccAppSync_serial/Function/responseMappingTemplate
=== RUN TestAccAppSync_serial/Resolver
=== RUN TestAccAppSync_serial/Resolver/requestTemplate
=== RUN TestAccAppSync_serial/Resolver/responseTemplate
=== RUN TestAccAppSync_serial/Resolver/multipleResolvers
=== RUN TestAccAppSync_serial/Resolver/caching
=== RUN TestAccAppSync_serial/Resolver/dataSource
=== RUN TestAccAppSync_serial/Resolver/disappears
=== RUN TestAccAppSync_serial/Resolver/DataSource_lambda
=== RUN TestAccAppSync_serial/Resolver/pipeline
=== RUN TestAccAppSync_serial/Resolver/basic
--- PASS: TestAccAppSync_serial (1713.37s)
--- PASS: TestAccAppSync_serial/APIKey (94.93s)
--- PASS: TestAccAppSync_serial/APIKey/basic (26.62s)
--- PASS: TestAccAppSync_serial/APIKey/description (30.42s)
--- PASS: TestAccAppSync_serial/APIKey/expires (37.89s)
--- PASS: TestAccAppSync_serial/DataSource (379.69s)
--- PASS: TestAccAppSync_serial/DataSource/type (30.85s)
--- PASS: TestAccAppSync_serial/DataSource/Type_dynamoDB (32.42s)
--- PASS: TestAccAppSync_serial/DataSource/Type_http (17.82s)
--- PASS: TestAccAppSync_serial/DataSource/Type_none (21.20s)
--- PASS: TestAccAppSync_serial/DataSource/DynamoDB_region (53.17s)
--- PASS: TestAccAppSync_serial/DataSource/HTTP_endpoint (41.18s)
--- PASS: TestAccAppSync_serial/DataSource/DynamoDB_useCallerCredentials (82.27s)
--- PASS: TestAccAppSync_serial/DataSource/Type_lambda (41.80s)
--- PASS: TestAccAppSync_serial/DataSource/basic (25.94s)
--- PASS: TestAccAppSync_serial/DataSource/description (33.02s)
--- PASS: TestAccAppSync_serial/GraphQLAPI (678.57s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/name (28.76s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_openIDConnect (14.91s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/UserPool_defaultAction (34.11s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_apiKey (14.92s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_openIDConnect (16.46s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/Log_excludeVerboseContent (64.91s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_cognitoUserPools (18.75s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/basic (14.65s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/disappears (13.25s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_amazonCognitoUserPools (22.29s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_apiKey (21.97s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_issuer (29.87s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/UserPool_awsRegion (32.46s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsIAM (18.46s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_authTTL (34.68s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_multiple (39.03s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/xrayEnabled (28.16s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/authenticationType (30.57s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/tags (32.40s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/log (25.42s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/Log_fieldLogLevel (46.74s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/schema (31.25s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsIAM (13.92s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_clientID (25.70s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_iatTTL (24.92s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda (40.43s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda (50.24s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression (59.70s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri (80.25s)
--- PASS: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds (127.38s)
--- PASS: TestAccAppSync_serial/Function (191.14s)
--- PASS: TestAccAppSync_serial/Function/basic (52.23s)
--- PASS: TestAccAppSync_serial/Function/disappears (29.56s)
--- PASS: TestAccAppSync_serial/Function/description (74.11s)
--- PASS: TestAccAppSync_serial/Function/responseMappingTemplate (35.24s)
--- PASS: TestAccAppSync_serial/Resolver (241.66s)
--- PASS: TestAccAppSync_serial/Resolver/requestTemplate (32.24s)
--- PASS: TestAccAppSync_serial/Resolver/responseTemplate (29.34s)
--- PASS: TestAccAppSync_serial/Resolver/multipleResolvers (23.42s)
--- PASS: TestAccAppSync_serial/Resolver/caching (18.55s)
--- PASS: TestAccAppSync_serial/Resolver/dataSource (33.06s)
--- PASS: TestAccAppSync_serial/Resolver/disappears (21.58s)
--- PASS: TestAccAppSync_serial/Resolver/DataSource_lambda (45.22s)
--- PASS: TestAccAppSync_serial/Resolver/pipeline (19.19s)
--- PASS: TestAccAppSync_serial/Resolver/basic (19.06s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/appsync 1716.632s Verified Acceptance Tests in GovCloud (us-gov-west-1) make testacc TESTARGS='-run=TestAccAppSync_serial' PKG_NAME=internal/service/appsync
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/appsync/... -v -count 1 -parallel 20 -run=TestAccAppSync_serial -timeout 180m
=== RUN TestAccAppSync_serial
=== RUN TestAccAppSync_serial/Resolver
=== RUN TestAccAppSync_serial/Resolver/multipleResolvers
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/Resolver/pipeline
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/Resolver/basic
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/Resolver/disappears
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/Resolver/DataSource_lambda
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/Resolver/caching
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/Resolver/dataSource
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/Resolver/requestTemplate
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/Resolver/responseTemplate
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/APIKey
=== RUN TestAccAppSync_serial/APIKey/basic
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/APIKey/description
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/APIKey/expires
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/DataSource
=== RUN TestAccAppSync_serial/DataSource/Type_lambda
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/DataSource/basic
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/DataSource/DynamoDB_useCallerCredentials
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/DataSource/HTTP_endpoint
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/DataSource/type
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/DataSource/Type_dynamoDB
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/DataSource/Type_http
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/DataSource/Type_none
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/DataSource/description
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/DataSource/DynamoDB_region
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI
=== RUN TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsIAM
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_cognitoUserPools
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsIAM
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_issuer
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
=== PAUSE TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
=== RUN TestAccAppSync_serial/GraphQLAPI/tags
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_multiple
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/authenticationType
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/AuthenticationType_openIDConnect
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/name
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/UserPool_awsRegion
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/basic
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/log
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/Log_excludeVerboseContent
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
=== PAUSE TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
=== RUN TestAccAppSync_serial/GraphQLAPI/schema
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_iatTTL
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_openIDConnect
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/xrayEnabled
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/disappears
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/Log_fieldLogLevel
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_authTTL
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_apiKey
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/AuthenticationType_amazonCognitoUserPools
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
=== PAUSE TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
=== RUN TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_clientID
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
=== PAUSE TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
=== RUN TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
=== PAUSE TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
=== RUN TestAccAppSync_serial/GraphQLAPI/AuthenticationType_apiKey
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/GraphQLAPI/UserPool_defaultAction
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== CONT TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
=== CONT TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
=== CONT TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
=== CONT TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== CONT TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
=== CONT TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
=== CONT TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== CONT TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== CONT TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== CONT TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/Function
=== RUN TestAccAppSync_serial/Function/basic
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/Function/disappears
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/Function/description
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN TestAccAppSync_serial/Function/responseMappingTemplate
acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
--- PASS: TestAccAppSync_serial (0.79s)
--- PASS: TestAccAppSync_serial/Resolver (0.78s)
--- SKIP: TestAccAppSync_serial/Resolver/multipleResolvers (0.78s)
--- SKIP: TestAccAppSync_serial/Resolver/pipeline (0.00s)
--- SKIP: TestAccAppSync_serial/Resolver/basic (0.00s)
--- SKIP: TestAccAppSync_serial/Resolver/disappears (0.00s)
--- SKIP: TestAccAppSync_serial/Resolver/DataSource_lambda (0.00s)
--- SKIP: TestAccAppSync_serial/Resolver/caching (0.00s)
--- SKIP: TestAccAppSync_serial/Resolver/dataSource (0.00s)
--- SKIP: TestAccAppSync_serial/Resolver/requestTemplate (0.00s)
--- SKIP: TestAccAppSync_serial/Resolver/responseTemplate (0.00s)
--- PASS: TestAccAppSync_serial/APIKey (0.00s)
--- SKIP: TestAccAppSync_serial/APIKey/basic (0.00s)
--- SKIP: TestAccAppSync_serial/APIKey/description (0.00s)
--- SKIP: TestAccAppSync_serial/APIKey/expires (0.00s)
--- PASS: TestAccAppSync_serial/DataSource (0.00s)
--- SKIP: TestAccAppSync_serial/DataSource/Type_lambda (0.00s)
--- SKIP: TestAccAppSync_serial/DataSource/basic (0.00s)
--- SKIP: TestAccAppSync_serial/DataSource/DynamoDB_useCallerCredentials (0.00s)
--- SKIP: TestAccAppSync_serial/DataSource/HTTP_endpoint (0.00s)
--- SKIP: TestAccAppSync_serial/DataSource/type (0.00s)
--- SKIP: TestAccAppSync_serial/DataSource/Type_dynamoDB (0.00s)
--- SKIP: TestAccAppSync_serial/DataSource/Type_http (0.00s)
--- SKIP: TestAccAppSync_serial/DataSource/Type_none (0.00s)
--- SKIP: TestAccAppSync_serial/DataSource/description (0.00s)
--- SKIP: TestAccAppSync_serial/DataSource/DynamoDB_region (0.00s)
--- PASS: TestAccAppSync_serial/GraphQLAPI (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsIAM (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_cognitoUserPools (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsIAM (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_issuer (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/tags (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_multiple (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/authenticationType (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_openIDConnect (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/name (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/UserPool_awsRegion (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/basic (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/log (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/Log_excludeVerboseContent (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/schema (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_iatTTL (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_openIDConnect (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/xrayEnabled (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/disappears (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/Log_fieldLogLevel (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_authTTL (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_apiKey (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_amazonCognitoUserPools (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_clientID (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_apiKey (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/UserPool_defaultAction (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda (0.00s)
--- SKIP: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda (0.00s)
--- PASS: TestAccAppSync_serial/Function (0.00s)
--- SKIP: TestAccAppSync_serial/Function/basic (0.00s)
--- SKIP: TestAccAppSync_serial/Function/disappears (0.00s)
--- SKIP: TestAccAppSync_serial/Function/description (0.00s)
--- SKIP: TestAccAppSync_serial/Function/responseMappingTemplate (0.00s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/appsync 3.885s |
Any ETA? |
This functionality has been released in v3.70.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #20644
Output from acceptance testing: